home *** CD-ROM | disk | FTP | other *** search
- Path: iafrica.com!ashroff
- From: ashroff@iaccess.za (Ashroff Khan)
- Newsgroups: comp.lang.c++
- Subject: Calling exe's within main?
- Date: 10 Feb 1996 22:15:35 GMT
- Organization: Internet Africa public service
- Message-ID: <4fj5e7$7tr@newnews.iafrica.com>
- NNTP-Posting-Host: mickey.iafrica.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- I am trying to write a simple program that will connect a network drive,
- then run a specified application, and then disconnect that network drive.
-
- But, how do I do the following :
-
- call net use // this is a network command
- app.exe // this could be any application
-
- Any help would be greatly appreciated.
-
- Thanks.
-